home *** CD-ROM | disk | FTP | other *** search
- Subject: Re: Scroll Bars
- Sent: 6/28/96 2:01 PM
- Received: 6/28/96 2:32 PM
- From: Laurent Delamare, laurentd@apple.com
- Reply-To: ODF Interest, ODF-Interest@CILabs.ORG
- To: OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
-
- >
- >Our part creates scroll bars via code in CreateSubViews instead of using a
- >resource. Under R1, our scroll bars never show/hide when our part is
- >suspended/resumed. Using the debugger, I noticed that
- >FW_CScrollBar::DoActivateEvent never gets called. Any ideas?
- >
- >Thank you,
- > Karl Jepsen
-
- Karl,
- there shouldn't be any difference between scroll bars created from
- resources and scroll bars created by program (you can check that with ODF
- Form by changing #if 1 to #if 0 in CreateSubViews) . The only thing I
- can think of is a problem I fixed before R1 where activate events were
- not propagated to more than 1 level of subviews. Are you scroll bars
- direct subviews of the frame? Can you check if this makes a difference?
-
- ______________________________________________________________________
- Laurent Delamare laurentd@apple.com
- ODF Team http://www.devtools.apple.com/odf/
- Apple Computer, Inc. http://www.opendoc.apple.com/
-